MongoDB是Document-oriented的NoSQL資料庫,Document是MongoDB的最小儲存單位,每個Document以JSON格式儲存.相同性質的Document會形成Collection
到 https://www.mongodb.com/zh-cn 登入完後,開始設定需要的配置
基本上選免費的,provider選google cloud,region選taiwan
按create後,cluster就會開始建置了
接著,來設置資料庫的使用者及IP白名單
配置完後,點選database
就可以看到現在有哪些collections(目前沒有)
回到database,點選connect的部分,選擇第一個connect to your application的選項(Drivers):
這裡可以看到如何練線到mongodb: